3.4.85 \(\int \frac {\log ^q(c (d+e x^n)^p)}{x (f+g x^{2 n})} \, dx\) [385]

Optimal. Leaf size=32 \[ \text {Int}\left (\frac {\log ^q\left (c \left (d+e x^n\right )^p\right )}{x \left (f+g x^{2 n}\right )},x\right ) \]

[Out]

Unintegrable(ln(c*(d+e*x^n)^p)^q/x/(f+g*x^(2*n)),x)

________________________________________________________________________________________

Rubi [A]
time = 0.06, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {\log ^q\left (c \left (d+e x^n\right )^p\right )}{x \left (f+g x^{2 n}\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[Log[c*(d + e*x^n)^p]^q/(x*(f + g*x^(2*n))),x]

[Out]

Defer[Int][Log[c*(d + e*x^n)^p]^q/(x*(f + g*x^(2*n))), x]

Rubi steps

\begin {align*} \int \frac {\log ^q\left (c \left (d+e x^n\right )^p\right )}{x \left (f+g x^{2 n}\right )} \, dx &=\int \frac {\log ^q\left (c \left (d+e x^n\right )^p\right )}{x \left (f+g x^{2 n}\right )} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.59, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\log ^q\left (c \left (d+e x^n\right )^p\right )}{x \left (f+g x^{2 n}\right )} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[Log[c*(d + e*x^n)^p]^q/(x*(f + g*x^(2*n))),x]

[Out]

Integrate[Log[c*(d + e*x^n)^p]^q/(x*(f + g*x^(2*n))), x]

________________________________________________________________________________________

Maple [A]
time = 0.43, size = 0, normalized size = 0.00 \[\int \frac {\ln \left (c \left (d +e \,x^{n}\right )^{p}\right )^{q}}{x \left (f +g \,x^{2 n}\right )}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(c*(d+e*x^n)^p)^q/x/(f+g*x^(2*n)),x)

[Out]

int(ln(c*(d+e*x^n)^p)^q/x/(f+g*x^(2*n)),x)

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: RuntimeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*(d+e*x^n)^p)^q/x/(f+g*x^(2*n)),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is  0which is not
 of the expected type LIST

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*(d+e*x^n)^p)^q/x/(f+g*x^(2*n)),x, algorithm="fricas")

[Out]

integral(log((x^n*e + d)^p*c)^q/(g*x*x^(2*n) + f*x), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(c*(d+e*x**n)**p)**q/x/(f+g*x**(2*n)),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*(d+e*x^n)^p)^q/x/(f+g*x^(2*n)),x, algorithm="giac")

[Out]

integrate(log((x^n*e + d)^p*c)^q/((g*x^(2*n) + f)*x), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {{\ln \left (c\,{\left (d+e\,x^n\right )}^p\right )}^q}{x\,\left (f+g\,x^{2\,n}\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(c*(d + e*x^n)^p)^q/(x*(f + g*x^(2*n))),x)

[Out]

int(log(c*(d + e*x^n)^p)^q/(x*(f + g*x^(2*n))), x)

________________________________________________________________________________________